home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / Misc / DXinstall / dxinstall.rc < prev    next >
Text File  |  2001-10-08  |  5KB  |  173 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Icon
  27. //
  28.  
  29. // Icon with lowest ID value placed first to ensure application icon
  30. // remains consistent on all systems.
  31. IDI_MAIN_ICON           ICON    DISCARDABLE     "DirectX.ico"
  32.  
  33. /////////////////////////////////////////////////////////////////////////////
  34. //
  35. // Dialog
  36. //
  37.  
  38. INSTDX DIALOG DISCARDABLE  0, 0, 242, 170
  39. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  40. CAPTION "DirectXSetup Sample"
  41. FONT 8, "MS Shell Dlg"
  42. BEGIN
  43.     LTEXT           "",ID_MYMESSAGE,13,15,215,105
  44.     PUSHBUTTON      "",IDBUT1,31,135,48,14
  45.     PUSHBUTTON      "",IDBUT2,158,135,52,14
  46.     PUSHBUTTON      "",IDBUT3,93,135,50,14
  47. END
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // DESIGNINFO
  53. //
  54.  
  55. #ifdef APSTUDIO_INVOKED
  56. GUIDELINES DESIGNINFO DISCARDABLE 
  57. BEGIN
  58.     "INSTDX", DIALOG
  59.     BEGIN
  60.         LEFTMARGIN, 7
  61.         RIGHTMARGIN, 235
  62.         TOPMARGIN, 7
  63.         BOTTOMMARGIN, 163
  64.     END
  65. END
  66. #endif    // APSTUDIO_INVOKED
  67.  
  68.  
  69. #ifdef APSTUDIO_INVOKED
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // TEXTINCLUDE
  73. //
  74.  
  75. 1 TEXTINCLUDE DISCARDABLE 
  76. BEGIN
  77.     "resource.h\0"
  78. END
  79.  
  80. 2 TEXTINCLUDE DISCARDABLE 
  81. BEGIN
  82.     "#include ""afxres.h""\r\n"
  83.     "\0"
  84. END
  85.  
  86. 3 TEXTINCLUDE DISCARDABLE 
  87. BEGIN
  88.     "\r\n"
  89.     "\0"
  90. END
  91.  
  92. #endif    // APSTUDIO_INVOKED
  93.  
  94.  
  95. /////////////////////////////////////////////////////////////////////////////
  96. //
  97. // Menu
  98. //
  99.  
  100. MAINMENU MENU DISCARDABLE 
  101. BEGIN
  102.     POPUP "&File"
  103.     BEGIN
  104.         MENUITEM "&Start Install...",           IDINSTALL
  105.         MENUITEM "Get &Version...",             IDGETVERSION
  106.         MENUITEM "E&xit",                       IDEXIT
  107.     END
  108.     POPUP "&Options"
  109.     BEGIN
  110.         MENUITEM "&Show All Messages",          IDSHOWALL
  111.         MENUITEM "Show &Problems Only",         IDSHOWPROBLEMS
  112.         MENUITEM "Show &Updates Only",          IDSHOWUPGRADES
  113.         MENUITEM "Show &No Feedback",           IDSHOWNOTHING
  114.         MENUITEM "&Check Older Install",        IDCHECKOLDERINSTALL
  115.     END
  116. END
  117.  
  118.  
  119. /////////////////////////////////////////////////////////////////////////////
  120. //
  121. // String Table
  122. //
  123.  
  124. STRINGTABLE DISCARDABLE 
  125. BEGIN
  126.     STR_TITLE               "DirectXSetup sample installer"
  127.     STR_NODIALOG            "Unable to create the message dialog."
  128.     STR_YES                 "&Yes"
  129.     STR_NO                  "&No"
  130.     STR_CANCEL              "&Cancel"
  131.     STR_OK                  "&Ok"
  132.     STR_RETRY               "&Retry"
  133.     STR_ABORT               "&Abort"
  134.     STR_IGNORE              "&Ignore"
  135.     STR_STARTSETUP          "Starting DirectXSetup..."
  136.     STR_SETUPDONE           "DirectXSetup returned %d."
  137.     STR_ERRORRETURN         "DirectX does not support the Windows version on the system."
  138.     STR_ERRORRETURN1        "One of the required source files could not be found."
  139.     STR_ERRORRETURN2        "A file's size could not be verified or was incorrect."
  140.     STR_ERRORRETURN3        "A file's date and time could not be verified or were incorrect."
  141. END
  142.  
  143. STRINGTABLE DISCARDABLE 
  144. BEGIN
  145.     STR_ERRORRETURN4        "A file's version could not be verified or was incorrect."
  146.     STR_ERRORRETURN5        "The setup program ran out of disk space during installation."
  147.     STR_ERRORRETURN6        "A required .inf file could not be found."
  148.     STR_ERRORRETURN7        "The setup program could not find the working directory."
  149.     STR_ERRORRETURN8        "An internal error occurred."
  150.     STR_ERRORRETURN9        "This version of DirectX on Windows NT has no 3D support."
  151.     STR_ERRORRETURN10       "The operating system on your system is not currently supported."
  152.     STR_ERRORRETURN11       "The Cancel button was pressed before the application was fully installed."
  153.     STR_ERRORRETURN12       "The version of Windows NT on the system does not contain the current version of DirectX. An older version of DirectX may be present, or DirectX may be absent altogether."
  154.     STR_RESTART             "DirectX was successfully installed on your system, you must now restart Windows for the changes to take effect.\nDo you wish to restart Windows?"
  155.     STR_SUCCESS             "DirectX was successfully installed on your system."
  156. END
  157.  
  158. #endif    // English (U.S.) resources
  159. /////////////////////////////////////////////////////////////////////////////
  160.  
  161.  
  162.  
  163. #ifndef APSTUDIO_INVOKED
  164. /////////////////////////////////////////////////////////////////////////////
  165. //
  166. // Generated from the TEXTINCLUDE 3 resource.
  167. //
  168.  
  169.  
  170. /////////////////////////////////////////////////////////////////////////////
  171. #endif    // not APSTUDIO_INVOKED
  172.  
  173.